home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-05-23 | 1.0 KB | 22 lines | [TEXT/MMCC] |
- void DoCycleWindows (WindowPtr wind);
- OSErr DoZoomWindow (WindowPtr wind);
- OSErr DoShowHideFullGroupList (void);
- void RebuildWindowsMenu (void);
- void SelectWindMenu (short item);
- TWindowKind GetMyWindowKind (WindowPtr wind);
- OSErr CreateNewWindow (TWindowKind kind, StringPtr title,
- StringPtr font, short size, WindowPtr *theWindow);
- void PositionNewWindow (WindowPtr wind, short width, short height);
- void MyShowWindow (WindowPtr wind);
- void SaveWindPos (WindowPtr wind, TSavedWindPos *pos);
- void RestoreWindPos (WindowPtr wind, TSavedWindPos *pos, Boolean *needsZooming);
- OSErr SaveWindPosAsResource (WindowPtr wind);
- OSErr SaveWindPosToFile (WindowPtr wind);
- void RestoreLockedWindowPosition (WindowPtr wind, short width, short height,
- Boolean windPosLocked, Rect *windLocn);
- void DrawPadlockIcon (WindowPtr wind);
- Boolean HandlePadlockClick (WindowPtr wind, Point where,
- Boolean *windPosLocked, Rect *windLocn);
- void RecordNewLockedWindowPosition (WindowPtr wind, Rect *windLocn);
- void MySelectWindow (WindowPtr wind);
- void AdjustWindowTitlesOnResume (void);